home *** CD-ROM | disk | FTP | other *** search
- Path: informatik.tu-muenchen.de!not-for-mail
- From: wist@lam.mw.tu-muenchen.de (Henrik Wist)
- Newsgroups: comp.unix.osf.osf1,comp.lang.c
- Subject: printf-problem
- Date: 17 Jan 1996 15:27:02 GMT
- Organization: Technische Universitaet Muenchen, Germany
- Distribution: world
- Message-ID: <4dj4g6$t9f@sunsystem5.informatik.tu-muenchen.de>
- Reply-To: wist@lam.mw.tu-muenchen.de
- NNTP-Posting-Host: onyx2.lam.mw.tu-muenchen.de
- X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
-
- Hi Folks!
- Got a little problem with printing large int's from a c-program.
- Platform: Digital Alpha running DG-UX3.2
-
- Problem:
- .
- .
- .
-
- long int zahl; /* which is e.g. 10000500001 */
- printf("%d\n",zahl); /* gives 1410565409, which is definitly wrong */
- .
- .
- .
-
- Is that a problem of printf() or DG-UX or is it my problem that I don't know
- the right conversion for printf(). Btw, printf("%u",zahl) didn't work either.
- Any suggestions?
- Thanks alot,
- Henrik
- ---------------------------------------------------------------------
- "Woher soll ich wissen, was ich denke, bevor |Tel.:+49/89/3089598
- ich nicht gehoert habe, was ich sage?" |smail: Destouchesstr.71
- IRC: |GOOSE| | 80796 Munich
- Systemadministrator am Lehrstuhl A fuer Mechanik| Germany
- ---------------------------------------------------------------------
- >>>http://www.lam.mw.tu-muenchen.de/mitarb/wist.html<<<
-
-